home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-02 | 577 b | 24 lines | [TEXT/MMCC] |
- // ===========================================================================
- // CMyListBox.h ©1994 Jan Bruyndonckx All rights reserved.
- // v1.0 18/6/94
- //
- // A hierarchical demo listbox
- //
- // ===========================================================================
-
- #include "CTwistDownListBox.h"
-
- class CMyHierListBox : public CTwistDownListBox {
-
- public:
- enum {
- classID = 'Hlst'
- } ;
-
- static CMyHierListBox* CreateFromStream(LStream *inStream);
-
- CMyHierListBox (LStream *inStream);
-
- protected:
- virtual void ExpandElement (const Cell theCell) ;
- } ;